home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / CIncludes / CMComponent.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-12  |  947 b   |  39 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        CMComponent.h
  3.  
  4.      Contains:    Stub for including new file names.
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    Universal Interfaces 3.0.1
  8.  
  9.      Copyright:    © 1993-1997, 1997 by Apple Computer, Inc. All rights reserved.
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. */
  18. #ifndef __CMCOMPONENT__
  19. #define __CMCOMPONENT__
  20.  
  21. /* 
  22.     This file has been included to allow older source code 
  23.     to #include <CMComponent.h>.  Please update your source
  24.     code to directly #include <CMMComponent.h>
  25.       and             #include <CMPRComponent.h>
  26.  
  27. */
  28. /* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file */
  29. #ifndef __CMMCOMPONENT__
  30. #include <CMMComponent.h>
  31. #endif
  32. #ifndef __CMPRCOMPONENT__
  33. #include <CMPRComponent.h>
  34. #endif
  35.  
  36.  
  37. #endif /* __CMCOMPONENT__ */
  38.  
  39.